html {
    height: 100%;
    width: 100%;
    font-family: Manrope, sans-serif;
}
.genai {
    margin: 1%;
    display: inline-block;
    width: 30%;
    height: 30%;
}
.gap {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
}
body {
    margin: 0px;    
}
.pbanner {
    background-image: none;
}
.margin {
    margin: 10%;
}
.overlay .image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}
.xx {
    font-size: 200%;
}
.xxx {
    font-size: 300%;
}
p {
    text-align: center;
    font-size: 20px;
    margin: 10px;
}
a {
    text-decoration: none;
}
.flex {
    display: flex;
    justify-content: center;
}
.outline {
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}
.contact {
    color: white;
    background: black;
    font-size: 20px;
    padding: 1%;
    border-radius: 10px;
    margin: 0%;
    margin-bottom: 50%;
}
h3 {
    font-size: 25px;
    font-weight: 700;
}
.gray {
    color: gray;
}
.red {
	color: red;
}
.white {
    color: white;
}
.pink {
    color: magenta;
}
.cyan {
    color: cyan;
}
.thin {
	font-weight: 300;
}
.footer {
    background: white;
    align-content: center;
}
.banner_img {
    width: 20%;
    margin: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.img {
    border: 1px solid black;
    border-radius: 1%;
    width: 90%;
    margin-left: 5%;
}
.img2 {
    border: 1px solid black;
    border-radius: 1%;
    width: 60%;
    margin-left: 20%;
}
.norightrad {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}
.noleftrad {
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}
.indent {
	margin-left: 5%;
    margin-bottom: 0px;
}
.indent2 {
    margin-left: 10%;
    margin-bottom: 0px;
    margin-top: 0px;
}
h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5%;
}
.spacing {
    margin-top: 1%;
    margin-bottom: 1%;
}
.center {
	text-align: center;
}
.websites-made {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 8px;
    font-size: 16px;
    border: none;
    display: inline-block;
    margin-right: 50px;
    margin: 16px;
}
.wdropbtn {
    background-color: transparent;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    display: inline-block;
    margin-right: 50px;
    margin: 16px;
}

.top_logo {
    height: 50px;
    width: 100px;
    display: inline-block;
    margin-left: 50px;
    margin: 16px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

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

.drop a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
* {
    transition: all 0.3s ease;
}
.drop a:hover {
    background-color: #ddd;
    border-left: 3px solid #00a3d9;
}
.dropdown:hover .drop {
    display: block;
    border-top: 5px solid #0082ae;
}

.dropdown:hover .dropbtn {
    color: #007298;
    font-weight: 600;
}
.dropdown:hover .wdropbtn {
    color: #007298;
    font-weight: 600;
}
@media (max-width: 700px) {
    .p {
        font-size: 20px;
        margin: 10px;
    }
}
@media (min-width: 1200px) {
	h2 {
		font-size: 70px;
	}
    h3 {
        font-size: 50px;
    }
    .dropbtn {
        padding: 16px;
        font-size: 32px;
    }
    .wdropbtn {
        padding: 16px;
        font-size: 32px;
    }
    .drop {
        min-width: 160px;
    }
    .top_logo {
        height: 100px;
        width: 200px;
    }
    p {
        font-size: 30px;
        margin: 10%;
        margin-top: 0px;
        hyphens: auto;
        text-align: justify;
    }
}
.addStyleIfIos {
    color: black;
    border-radius: 1%;
    width: 80%;
    margin-left: 10%;
}