* {
    margin: 0;
}


.container {
    width: 600px;
    border: 3px solid black;
    box-sizing: border-box;
}

header {
    width: 100%;
    height: 80px;
    background-image: url('../images/pophead.jpg');
    box-sizing: border-box;
}

nav {
    width: 100%;
    height: 25px;
    background: linear-gradient(180deg, #84b3e5, #022344, #070494);
}

.containernav {
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    display: flex;
    color: white;
    justify-content: space-around;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.containernav a {
    color: white;
    text-decoration: none;
}

.containerhead {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.chead {
    font-size: 0.7em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

.chead a {
    color: white;
    text-decoration: none;
}

.termsc ol {
    counter-reset: item;
    font-size: 0.9em;
}

.oldasar {
    margin-left: -30px;
}

.termsc li {
    display: block;
    margin-top: 10px;
}

.termsc li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

main {
    padding: 10px;
    font-family: sans-serif;
}

main h1 {
    font: bold 0.9em tahoma;
    color: rgb(10, 10, 170);
}

main h2 {
    font-size: 0.8em;
    color: rgb(10, 10, 170);
    margin-top: 10px;
}

main h3 {
    font-size: 0.8em;
    margin-top: 10px;
}

main img {
    margin-top: 10px;
    margin-bottom: 10px;
}

main iframe {
    width: 100%;
    height: 500px;
}

.contactus {
    display: flex;
    /* border: 2px solid black; */
}

.keter {
    margin-left: 10px;
}

.tabstyle05 {
    font-size: 11px;
    color: #434343;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #dfdfdf;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
}


.tabstyle05 th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    font-size: 12px;
    color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dfdfdf;
    font-weight: normal;
    background-color: #4C85D1;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.tabstyle05 td {
    padding: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dfdfdf;
}

footer {
    width: 100%;
    height: 30px;
    background-color: black;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}


@media(max-width: 560px) {
    .container {
        width: 100%;
    }

	.containernav {
		font-size: 0.5em;
	}
	

    .containerhead {
        font-size: 0.5em;
    }
}