﻿body {
    margin:0;
   }

.topnav {
    font-family: Arial;
    overflow: hidden;
    background-color: midnightblue;
    padding:2px 5px;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: navy;
        }
    .topnav .icon {
        display: none;
    }


@media screen and (max-width: 768px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
        .n.responsive{
            text-align:center;
        }
}

.n {
    overflow: hidden;
    background-color: rgb(255, 244, 0);
    padding: 20px 100px;
    font-family:Calibri;
    font-size: 25px;
    font-weight: bold;
    color: dodgerblue;
}

* {
    box-sizing: border-box;
}

.h{
    font-size:23px;
    font-family:Arial;
    text-align:justify;
}

.hh {
    font-size: 20px;
    text-align: justify;
    font-family: Arial;
    color:black;
}
.para {
    font-family:Calibri;
    font-size:x-large;
}

.para2 {
    font-family: Arial;
    text-align: center;
    font-size: 30px;
    color: dodgerblue;
    font-weight:bold;
}
.aside {
    padding: 15px;
    background-color: dodgerblue;
    color: rgb(255, 244, 0);
    text-align: center;
    font-size: xx-large;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.hhhh {
    font-family: Calibri;
    border-left: 6px solid dodgerblue;
    font-size: large;
    padding-left: 10px;
    border-left: 10px solid dodgerblue; 
    font-family:Calibri; 
    font-size:large; 
    padding-left:10px; 
    text-align:justify;
}

.hhh {
    font-family: Calibri;
    font-size: xx-large;
    font-size: x-large;
    padding-left: 5px;
    text-align: left;
}

.j {
    font-family: Calibri;
    font-size: xx-large;
    padding-left: 5px;
    text-align: center;
    color:dodgerblue;
    font-weight: bold;
}

.j1 {
    padding-bottom:50px;
    border: solid;
    text-align: center;
}

.j2{
    text-align:justify;
    font-size:18px;
    font-family:Calibri;
}
.j3 {
    text-align:left;
    font-family:sans-serif;
    font-size:20px;
}

.m {
    text-align:left;
    font-size:20px;
    font-family:Calibri;
    color:black;
}
.mm{
    text-align:left;
    font-size:25px;
    font-family:Calibri;
}

.btn {
    font-family:Calibri;
    background-color: #08c721;
    border: none;
    color: white;
    cursor: grab;
    font-size: 25px;
    padding: 12px 30px;
    border-radius: 30px;
}

a{
    text-decoration: none;
}

.footer {

    color: #ffffff;
}

.f{
    text-align:justify;
    color:white;
    font-size:25px;
}

.ff{
    text-align:justify;
    color:aliceblue;
    font-size:20px;
}

.fff {
    text-align: center;
    color: aliceblue;
    font-size: 15px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    width: 100%;
    float: left;
    padding: 15px;
}

@media only screen and (min-width: 768px) {

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}
