﻿@media screen and (max-width:500px) {
  #skillslogo {
    display: none;
  }
  }

@media screen and (max-width:500px) {
  #myBtn {
    float: left;
    margin-top: 10px;
  }
  }

@media screen and (max-width:500px) {
  #myDIV {
    min-height:750px !important;
  }
}

@media screen and (max-width:500px) {
  .skillssubtitle {
    display: none;
  }
}
.three-fifths {
    float: left;
    clear: none;
    text-align: inherit;
    width: 80% !important;
    margin-left: 0%;
    margin-right: 2%;
	}
	
.two-fifths {
	float: left;
    clear: none;
    text-align: inherit;
    width: 20% !important;
    margin-left: 0%;
    margin-right: 2%;
	}


@media (max-width: 37.5em) { .three-fifths {
	width: 100% !important;
	}
}

@media (max-width: 37.5em) { .two-fifths {
	width: 100% !important;
    margin-top:30px;
	}
}

/* skills modal */
/* The Modal (background) */
.skillsmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.skillsmodal-content {
    background-color: #008fbf;
	color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */
.skillsclose {
    color: #FFFFFF;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.skillsclose:hover,
.skillsclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* Skills modal end */
#skillsBtn {
  background-color: transparent !important;
  color: #fff !important;
  border:none;
}
.green a{
	
	color: #fff;
	text-decoration: none
}

.green a:hover{
	
	color:#B2EFFF;
	text-decoration: none
}

/* Homepage button fix */
.grid h2 {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}
.expander-content p{
  font-weight: 400 !important;
}

p {
  font-weight: 400 !important;
  }