@import url('mobile.css');
@import url('styleMin.css');
@import url('styleMin2.css');
@import url('styleMin3.css');


body
{
  margin-right: auto;
  padding: 0;
  color: #cdcdcd;
  font-family: Tahoma, Geneva, sans-serif;
  overflow-x:hidden;
  background-image: url("https://images.pexels.com/photos/428429/pexels-photo-428429.jpeg");
  background-size: cover;
  background-attachment: fixed;
}

.break{
	width:100%;
	height:5vh;
}


.circle {
	padding:0.5%;
  border: 0px;
  border-radius: 500px;
  height:100%;
  width:auto;
  margin-left: 2%;
}

.image{
  position:absolute;
  width:100%;
  height:inherit;
  z-index:-1;
}

#container{
  width:100%;
  display: flex;
  flex-direction:row;
  justify-content:center;
}



.blink {
	animation: blink 1s infinite;
}

@keyframes blink {
	to {
		opacity: .0;
	}
}

@keyframes type2 {
	0% {
		width: 0;
	}
	50% {
		width: 30;
	}
	100% {
		width: 100;
	}
}


.boxes{
  width:100%;
  display: flex;
  justify-content:center;
}

.boxHide{
	visibility:hidden;
	box-shadow: 0px 0px 15px white;
}

.boxShow a{
  text-decoration:none;
color:white;
}

.boxShow:hover{
	transition:0.5s;
	color:black;
	box-shadow: 0px 0px 25px white;
}

.boxShow a:hover{
  transition:0.5s;
	color:black;
  }

.boxShow:focus{
	outline:yellow;
}

.hideText{
	opacity:0;
	transition: 1s;
}

.showText {
    opacity: 1;
    top: 0;
}

.rowLeft{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  width:100%;
}

.aboutMe .col .text-center img:hover{
	cursor:pointer;
	animation: shake 1s;
	animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.skills:nth-child(even){
	background:rgb(255,255,255);
}
.skills:nth-child(2){
	background:rgba(35,35,35,0.9);
}
.skills:nth-child(6){
	background:rgba(35,35,35,0.9);
}

.headers {
	display:flex;
	flex-direction:row;
	width:100%;
}


/*MODAL*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}

.modal-header h4{
	font-size:60px;
}

.modal p{
	text-align:center;
	font-weight:300;
	font-size:50px;
}

.modal {
	width:100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
padding-top:50%;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 100%;
  margin: 10px;
}
.modal-content {
  position: relative;
  width:900px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
	text-align:center;
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

  .modal-dialog {
    margin:5%;;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 100%;
  }
