﻿* {
    margin: 0;
    padding: 0;
    
    font-family: "Roboto", sans-serif;
}


body {
    background: #f76a99;
    background: linear-gradient(320deg, rgba(247, 106, 153, 1) 0%, rgba(124, 252, 233, 1) 51%, rgba(255, 213, 3, 1) 100%);
    /*background-image: url(stripe_main2.png);
    background-repeat: repeat;
    height: 100%;*/
}
    
    .logo {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding: 5px;
}



footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: #FC3;
    text-align: center;
    z-index: 123;
    font-family: sans-serif;
    font-size: 14px;
}


#social {
    text-decoration: none;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

a {
    cursor: pointer;
}

.mainbuttons {
    font-family: sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: red;
}

a:hover {
    color: #FFF;
    background-color: #0C3;
    text-decoration: none;
}

a:link {
    font-family: sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: black;
    text-decoration: none;
}

a:active {
    color: #FFF;
    background-color: red;
}


.embed-container {
    position: relative;
    max-width: 100%;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 2%;
        margin: 20px 10px;
        padding-right: 10px;
        width: 100%;
        height: 1000px;
        overflow-y: auto;
        overflow-x: auto;
        resize: both;
        position: relative;
        z-index: 2;
    }

iframe {
    width: 98%;
    position: relative;
    border: none;
    margin: 0px auto;
    box-sizing: border-box;
    transform-origin: center top;
    transition: transform .05s linear;
    backface-visibility: hidden;
    background-color: transparent;
}

p {
    float: left;
    width: 40%;
}



header {
    width: 100%;
    position: relative;
    background: #FC3;
    z-index: 123;
}

.logo{

}
.topnav {
    overflow: hidden;
    background-color: #0C3;
}

    .topnav a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 5px 5px;
        text-decoration: none;
        font-size: 14px;
    }

.active {
    background-color: #FC3;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 14px;
        border: none;
        outline: none;
        color: white;
        padding: 5px 5px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 5px 5px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: red;
    color: white;
}

.dropdown-content a:hover {
    background-color: #FC3;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;


        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }

   
    .embed-container iframe {
        width: 100%;
        border: none;
        margin: 0px auto;
        box-sizing: border-box;
        transform-origin: center top;
        transition: transform .05s linear;
        backface-visibility: hidden;
        background-color: transparent;
    }
}
